KeyValuePairEqualityComparer<K,V>
System.Collections.Generic.IEqualityComparer<KeyValuePair<K,V>>
object
KeyValuePairEqualityComparer<K,V>()
,KeyValuePairEqualityComparer<K,V>(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer)
Equals(KeyValuePair<K,V> entry1, KeyValuePair<K,V> entry2)
,Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetHashCode(KeyValuePair<K,V> entry)
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,ToString()
, Inherited from object
KeyValuePairEqualityComparer<K,V>() | Create an entry equalityComparer using the default equalityComparer for keys | |||
KeyValuePairEqualityComparer<K,V>(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) |
Create an entry equalityComparer from a specified item equalityComparer for the keys
|
F bool Equals(KeyValuePair<K,V> entry1, KeyValuePair<K,V> entry2) |
Test two entries for equality
| |||||||
F int GetHashCode(KeyValuePair<K,V> entry) |
Get the hash code of the entry
|